* net/goto-addr.el (goto-address): Mark as safe for local evals.
authorChong Yidong <cyd@stupidchicken.com>
Wed, 5 Jul 2006 12:35:22 +0000 (12:35 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 5 Jul 2006 12:35:22 +0000 (12:35 +0000)
lisp/ChangeLog
lisp/net/goto-addr.el

index 5c8b606567fea46cbb34767aebb1bc8023b91ab5..acb0b19fc0faf904f06f0ad317000e1e9c3423a0 100644 (file)
@@ -1,3 +1,7 @@
+2006-07-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * net/goto-addr.el (goto-address): Mark as safe for local evals.
+
 2006-07-05  Andre Spiegel  <spiegel@gnu.org>
 
        * vc.el (vc-diff-internal): Fix prev change.
index 89695b61b36d7cbabf98e5076e9f54671d9caa32..44970f7aaf3ea373884cf53514cf54af465c432c 100644 (file)
@@ -250,6 +250,7 @@ Also fontifies the buffer appropriately (see `goto-address-fontify-p' and
   (interactive)
   (if goto-address-highlight-p
       (goto-address-fontify)))
+;;;###autoload(put 'goto-address 'safe-local-eval-function t)
 
 (provide 'goto-addr)